home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / sphigs / sph_dos.lha / dos / srgp / srgp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-26  |  438 b   |  18 lines

  1. #ifndef SRGP_H_INCLUDED_ALREADY
  2.  
  3. #define SRGP_H_INCLUDED_ALREADY
  4.  
  5. #define point            srgp__point
  6. #define rectangle        srgp__rectangle
  7. #define attribute_group  srgp__attribute_group
  8. #define locator_measure  srgp__locator_measure
  9. #define deluxe_locator_measure  srgp__deluxe_locator_measure
  10. #define deluxe_keyboard_measure  srgp__deluxe_keyboard_measure
  11.  
  12.  
  13. #include "srgp_sph.h"
  14. #include "srgppubl.h"
  15. #include "srgp_com.h"
  16.  
  17. #endif
  18.